バージョン

明示的 キャスト 演算子(ComplexMatrix,Int32[]) オペレータ

ComplexMatrix を int 配列にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Narrowing CType( _
   ByVal x() As Integer _
) As ComplexMatrix
public ComplexMatrix operator explicit( 
   int[] x
)

パラメータ

x
int 配列

戻り値の型

y[i] = (Complex)x[i] である行 ComplexMatrix y。
参照